home *** CD-ROM | disk | FTP | other *** search
- void ClearNodeData(struct NodeSettingsData *NS); // different to InitNodeData() in Control_Main.c
- void FreeNodeSettingsData(struct NodeSettingsData *NS); // different to InitNodeData() in Control_Main.c
- void SetNodeSettingsDefaults(struct NodeSettingsData *NS); // different to InitNodeData() in Control_Main.c
- void CopyNodeSettings(struct NodeSettingsData *dest,struct NodeSettingsData *source);
- V_ERROR LoadNodeSettingsData(ULONG NodeNum,struct NodeSettingsData *NS );
-